CourseLevel 
EntityType  Independent 
Logical Entity Name  CourseLevel 
Default Table Name  AdCourseLevel 
Logical Only  NO 
Definition 
 
Note 
 

CourseLevel Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
CourseLevelId(PK)    INTEGER  NO 
 
Code    CHAR(10)  NO 
 
Name    VARCHAR(60)  NO 
 
IsActive    BIT  NO 
 
Syscol    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 

CourseLevel Keys 
Key Name  Key Type  Keys 
AdCourseLevel_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
AdCourseLevel_Code_U_N_IDX  Unique Constraint  Code 
AdCourseLevel_AdCourseLevelID_U_C_IDX  PrimaryKey  CourseLevelId 

CourseLevel Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
Course  Non-Identifying  One To Zero or More          NO 
CourseLevelRepeatGrade  Non-Identifying  One To Zero or More          NO 
Course  Non-Identifying  One To Zero or More          NO 
CourseLevelRepeatGrade  Non-Identifying  One To Zero or More          NO 
RequirementRuleCourseLevel  Non-Identifying  One To Zero or More          NO 
BillingMethod  Non-Identifying  One To Zero or More          NO 
BillingMethodDetail  Non-Identifying  One To Zero or More          NO 
SaTuitionDiscountPolicyCourseLevel  Non-Identifying  One To Zero or More          NO 

CourseLevel Check Constraints 
Check Constraint Name  CheckConstraint 
Chk_AdCourseLevel_AdCourseLevelID_SysCol  ([AdCourseLevelID] = 1 and [SysCol] = 1 or [AdCourseLevelID] <> 1 and [SysCol] = 0)